home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000281_news@newsmaster….columbia.edu _Mon Nov 9 08:20:07 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA02538
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Nov 1998 08:20:06 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA29208
  7.     for kermit.misc@watsun; Mon, 9 Nov 1998 08:20:06 -0500 (EST)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!wn3feed!worldnet.att.net!128.230.129.106!news.maxwell.syr.edu!nntp2.dejanews.com!nnrp1.dejanews.com!not-for-mail
  9. From: bruds@luk.de
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: telnet connection with script
  12. Date: Mon, 09 Nov 1998 13:05:18 GMT
  13. Organization: Deja News - The Leader in Internet Discussion
  14. Lines: 21
  15. Message-ID: <726pag$338$1@nnrp1.dejanews.com>
  16. References: <71scrf$7ct$1@nnrp1.dejanews.com>
  17. NNTP-Posting-Host: 62.156.184.162
  18. X-Article-Creation-Date: Mon Nov 09 13:05:18 1998 GMT
  19. X-Http-User-Agent: Mozilla/2.0 (compatible; MSIE 3.01; Windows NT)
  20. X-Http-Proxy: 1.0 x4.dejanews.com:80 (Squid/1.1.22) for client 62.156.184.162
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:9487
  22.  
  23.  
  24.  
  25. > Hi, I am new in kermit scripting, and I have a problem connecting to a remote
  26. > server with telnet port 25 and send information . the script always remains
  27. > in interactive telnet-mode. What I am doing wrong? Regards, Stefan Bruder
  28. >
  29. Soory I forgot the script as an examples:
  30.  
  31. set host localhost 25
  32. output helo
  33. output mail from:<bruds>
  34. output rcpt to:<bruds>
  35. output data
  36. output Halllllo
  37. output \10\13.\10\13
  38. output \10\13
  39. output quit
  40. connect
  41.  
  42. -----------== Posted via Deja News, The Discussion Network ==----------
  43. http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own